home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-08-14 | 1.9 KB | 56 lines | [TEXT/CWIE] |
- // ===========================================================================
- // CTridentCmd.h ©1993 Metrowerks Inc. All rights reserved.
- // ===========================================================================
-
- #include "CTridentView.h"
- #pragma once
-
-
- //----------------------------------------------------------------------------------------
- // Global constants //all new rD
- //----------------------------------------------------------------------------------------
-
- /* Command numbers */
- #define cGetPPCServerCmd 404;
- #define cAEHeartBeat 407;
- #define cAEJavMsg 408;
- #define cAETridentCommand 409;
-
-
- #define cConfig5 420;
- #define cConfig10 421;
- #define cConfig30 422;
- #define cConfig60 423;
- #define cConfig600 424;
- #define cConfig6000 425;
- const OSType kLabelStrings = 1003;
- //extern short gDocumentCount = 0;
-
-
- //----------------------------------------------------------------------------------------
- // Forward and external classes (see Types.h for macro)
- //----------------------------------------------------------------------------------------
- void MyBrowser(CTridentWindow* theOwner); // OVERRIDE
-
- static pascal Boolean MyPPCBrowserFilteruptime(LocationNamePtr /* theLocation*/ , PortInfoPtr thePortInfo);
- static pascal Boolean MyPPCBrowserFilterwho(LocationNamePtr /* theLocation*/ , PortInfoPtr thePortInfo);
- //static void MyBrowser(CTridentView* theOwner);
-
- //----------------------------------------------------------------------------------------
- // TLookupLauncher: Launches the PPC Browser
- //----------------------------------------------------------------------------------------
- /*
-
- class LTridentLauncher : public LCommander
- {
- public:
- virtual void LTridentLauncher();
- virtual void ~LTridentLauncher();
-
- virtual void ObeyCommand(); // OVERRIDE
- // virtual void WakeupServer(); // OVERRIDE
- // virtual void CheckVersion(); // OVERRIDE
- };
- */
-
-